home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-03-20 | 10.1 KB | 314 lines | [TEXT/R*ch] |
-
- Long time no see! (Is that really how they say it?)
-
- I'm too blame indirectly. Not many contributions lately.
- So if you find new TechNotes, Developer Notes etc. I'd like to get
- warned since I can't be looking everywhere. Also, if you can get your
- hands at one of the new G3 servers or have info about the new PPC 740
- (for portables) please get me a Gestalt.Appl dump! :-)
-
- Robert Lentz (ralentz@enteract.com) moved to another site with his
- home page and Macintosh FAQ pages. Thus, the GSL mirror also moved and
- can now be found at:
-
- <http://www.ralentz.com/mac/programming/faqs/gestalt/index.html>
-
-
- Anyway, have fun and 'till next time.
- Rene Ros
-
- ***************************************************************************
- 5TH ANNIVERSARY!!! LET'S PARTY! CHECK OUT:
- http://www.bio.vu.nl/home/rgaros/gestalt/party/
- ***************************************************************************
-
-
- Gestalt Selectors List 4.0.5 Update
- ===================================
-
- Maintained and published by Rene G.A. Ros (rene@rgaros.nl)
-
- First published: 12 October 1992, 13:15 CET (GMT+1)
- Last version : 12 October 1997, 14:15 CET (GMT+2, DST)
- Previous update: 3 February 1998, 06:55 CET (GMT+1)
- Last modified : 20 March 1998, 17:15 CET (GMT+1)
-
- The complete version is available to subscribers by sending an email to:
- gestalt-selectors-list-request@bio.vu.nl
- with as subject:
- archive get recent/gestalt-selectors.etx
- or to get the compressed version:
- archive get recent/gestalt-selectors.sit.hqx
- The latest GSL version is also available on the GSL Web page. Point your
- Internet browser to:
- http://www.bio.vu.nl/home/rgaros/gestalt/
-
- If this is the first update you receive since subscribing to the mailing
- list you may want to get the previous updates as well. Then email to the
- address listed above and use this command:
- archive get updates/updates-comb.etx
-
- A vertical bar in front of a line indicates the line has changed or was
- added.
-
- PLEASE SEND COMMENTS AND CORRECTIONS TO THE EDITOR AS SOON AS POSSIBLE.
-
- The following persons contributed to this update:
-
- ===========================================================================
- Contributions to the selector sections
- ===========================================================================
- Person Software Selector(s) added/changed
- ---------------------------------------------------------------------------
- Chuck Crannell Conflict Catcher ccPI
- unknown T1PE
- Rene Ros ColorSync ext cmtc
- System cmnu, cput
- Satoshi Nishi Mouse Navigator cp MGCP
- Cristiano Verondini PopCalendar ext P6ca
- ---------------------------------------------------------------------------
-
- Apple System Software (A-D)
- ===========================
- cmnu (Contextual Menu Extension? ext [1.0?] part of Mac OS 8.0)
- gestaltContextualMenuAttr
- Returns information about the Contextual Menu capabilities?
-
- enum {
- #define gestaltContextualMenuAttr 'cmnu'
- | gestaltContextualMenuPresent = 0, /* also seen next constant: */
- | gestaltContextualMenuUnusedBit = 0,
- gestaltContextualMenuTrapAvailable = 1};
-
- cmtc (ColorSync ext [1.0?])
- gestaltColorMatchingVersion
- Returns the version of the Color Matching software as BCD.
-
- enum {
- #define gestaltColorMatchingVersion 'cmtc' /* Color Matching
- version */
- gestaltColorSync10 = 0x0100, /* &AD09 */
- gestaltColorSync11 = 0x0110, /* &AD09 */
- gestaltColorSync104 = 0x0104, /* &AD09 */
- gestaltColorSync105 = 0x0105, /* &AD09 */
- gestaltColorSync20 = 0x0200, /* &AD17/AD21 */
- gestaltColorSync21 = 0x0210,
- | gestaltColorSync25? = 0x0250};
-
- NOTE:
- ColorSync 1.0 returns gestaltColorSync10 for the version of the
- utilities that work with System 6.0.7. And gestaltColorSync11 is
- returned by the version that works with System 7.0 and later.
- From version 1.0.4 up the correct version is returned. &AD17
-
- cput (System [7.1.2?]) &AS04/AS05
- gestaltNativeCPUtype
- Returns a value that indicates the type of native processor that is
- currently running.
-
- enum {
- #define gestaltNativeCPUtype 'cput' /* Native CPU type */
- /* Motorola Architecture */
- gestaltCPU68000 = 0,
- gestaltCPU68010 = 1,
- gestaltCPU68020 = 2,
- gestaltCPU68030 = 3,
- gestaltCPU68040 = 4,
-
- /* PowerPC Architecture */
- gestaltCPU601 = 0x101,
- gestaltCPU603 = 0x103,
- gestaltCPU604 = 0x104,
- gestaltCPU603e = 0x106, /* 3.3 Volt 603 with 16K caches &AS22 */
- gestaltCPU603e166?= 0x107, /* 2.5 Volt 603e, good to 300 Mhz. See
- also note below */
- gestaltCPU750? = 0x108, /* codename Arthur: 300 MHz with
- L2 on-board */
- gestaltCPU604e? = 0x109, /* 2.5 Volt 604 with 32K caches */
- gestaltCPU760? = 0x10A, /* codename Mach5 */
- gestaltX704? = 0x154, /* X704 from Exponential Technology Inc. */
- gestaltX704_2? = 0x160, /* ??? */
-
- /* PowerPC Architecture (Unreleased & Rumoured) */
- gestaltHelmwind? = ???, /* 200, 250, 300 MHz */
- gestaltCPU614? = ???,
- gestaltCPU615? = ???,
- gestaltCPU620? = ???,
- gestaltCPU630? = ???,
-
- gestaltCPU603q? = ???, /* Quantum Effect Design Inc. */
-
- | gestaltCPU740 = ???}; /* announced for 1998 portable */
- [notes are omitted]
-
- Apple System Software (E-H)
- ===========================
- No changes.
-
- Apple System Software (I-L)
- ===========================
- No changes.
-
- Apple System Software (M)
- =========================
- No changes.
-
- Apple System Software (N-O)
- ===========================
- No changes.
-
- Apple System Software (P-S)
- ===========================
- No changes.
-
- Apple System Software (T-Z)
- ===========================
- No changes.
-
- Apple Additional Software
- =========================
- No changes.
-
- Third Parties Software
- ======================
- |MGCP (Mouse Navigator cp [1.0] by Satoshi Nishi)
- | gestaltMouseNavigatorPrivateData
- | Returns a pointer to a private data structure.
- |
- | #define gestaltMouseNavigatorPrivateData 'MGCP'
-
- |P6ca (PopCalendar ext [1.0] by Cristiano Verondini of
- | PowerSolutions S.r.l.)
- | Returns a pointer to a private data structure (undocumented).
- |
- | NOTE:
- | The 6 is actually the option-shift-6 character (0xA5).
-
- Unknown Apple Software (A-K)
- ============================
- No changes.
-
- Unknown Apple Software (L-Z)
- ============================
- No changes.
-
- Unknown Third Parties Software
- ==============================
- |T1PE (???)
- |ccPI (Conflict Catcher ext ? [3.0?] by ???)
- | NOTE: The 'cc' are actually option-c (0x8D).
-
- Reports
- =======
- No changes.
-
- About this list
- ===============
- For this update this chapter only includes the 'Gestalt Submission Form',
- 'Acknowledgements' and 'Editors' Address' sections.
-
- Gestalt Submission Form
- -----------------------
- You can use this form to report information you found on already included
- selectors. But you can also use it to register new Gestalt selector codes.
- If you want to register the selector code your software installs, make sure
- you registered your code first with Apple Computer, Inc. Also, it is your
- good right if you chose to keep the meaning of the response value private.
- If so, still register so that others can at least detect your software by
- determining if the selector is present.
-
- Software means, in this form, the software which installs the selector
- code. Not the whole package, just the extension or control panel (perhaps
- application) itself.
- The package is the product name in which the software is included and
- distributed.
- If data is not available or relevant, leave it blank. When the selector
- contains non-ASCII characters, please also provide the hexadecimal value.
-
- You can also fill in this form on-line because it is also on the WWW
- pages of the GSL: http://www.bio.vu.nl/home/rgaros/gestalt/
-
-
- Your name:
-
- Your email address:
-
- Your company name:
-
- Do you want to remain anonymous? Yes / No
-
- Category: O Apple System Software
- O Apple Additional Software
- O Apple Software
- O Third Parties Software
-
- Gestalt Selector:
-
- Software name:
-
- Software type: O application
- O control panel
- O extension (also 'appe')
- O other:
-
- First version to install selector:
-
- Package name:
-
- Author or Company name:
-
- Constant name:
-
- Source of information:
-
- Short description of the returned response:
-
-
-
-
-
- Additional constant names and values for the response value meaning:
-
-
-
-
-
- Please email this form to this Internet address: rene@rgaros.nl
-
- Acknowledgements
- ----------------
- I want to thank the following persons for their contributions to this
- update and their support of this list:
-
- ===========================================================================
- Name Internet Email Address
- ---------------------------------------------------------------------------
- Chuck Crannell chuck_crannell@baynetworks.com
- Satoshi Nishi snishi@hf.rim.or.jp
- Cristiano Verondini, PowerSolutions S.r.l. cverond@powersolutions.it
- ---------------------------------------------------------------------------
-
- Legal Stuff
- -----------
- (C) 1992-1998, Rene G.A. Ros
-
- It is not allowed to distribute the GSL updates separate from the full GSL.
- The full GSL can be used freely but is not public domain.
- See for legal information the Legal Stuff chapter of the full Gestalt
- Selectors List.
-
- Editor's Address
- ----------------
- Rene G.A. Ros
- Developer and consultant at S&B Office Services, Woerden, The Netherlands
- Consultant to the Computer Department,
- Biology Faculty, Vrije Universiteit Amsterdam, The Netherlands.
-
- Email: rene@rgaros.nl (preferred)
- rene_ros@office.nl (work)
- rgaros@bio.vu.nl
- rgaros@dds.nl
- 100112.1363@compuserve.com
- WWW : http://www.bio.vu.nl/home/rgaros/
- http://huizen.dds.nl/~rgaros
-